.text a {
    color: inherit;
}
.container {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
/* 顶部 */
.header-top {
    height: 560px;
    position: relative;
    box-sizing: border-box;
    background: url(../images/20230418_topimage.png) top center no-repeat;
}
.header-top .topcon-part {
    height: 60px;
    line-height: 33px;
    background-color: #005bc4;
    position: relative;
    box-sizing: border-box;
}
.topcon-part .topcon-wrap {
    margin: 0 auto;
    padding: 15px 10px;
    width: 1400px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
/* 左侧链接 */
.topcon-part .topcon-wrap .left-links  {
    color: #fff;
}
.topcon-part .topcon-wrap .left-links a {
    margin: 0 5px;
    color: #fff;
    font-size: 14px;
}
.topcon-part .topcon-wrap .left-links a:hover {
    text-decoration: underline;
}
/* 菜单栏 */
.topcon-part .menu-lists {
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.topcon-part .menu-lists .menu-item {
    margin: 0 10px;
}
.topcon-part .menu-lists .menu-item a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
/* 右侧链接 */
.topcon-part .topcon-wrap .right-links {
    display: flex;
}
.topcon-part .topcon-wrap .right-links span {
    margin: 0 5px;
    color: #fff;
    font-size: 14px;
}
.topcon-part .topcon-wrap .right-links span a {
    color: inherit;
    font-size: inherit;
}
.right-links .weixin {
    margin: 0 5px;
    color: #fff;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
}
.right-links .weixin .weixin_an i {
    margin-top: 3px;
    margin-right: 3px;
    width: 26px;
    height: 30px;
    background: url(https://www.qinshui.gov.cn/images/weixin_icon.png) center no-repeat;
    float: left;
}
.weixin img {
    width: 100px;
    height: 100px;
    padding: 15px;
    background: #fff;
    position: absolute;
    top: 39px;
    right: 0;
    z-index: 9;
    box-shadow: 0 0 8px #dfdfdf;
    -ms-box-shadow: 0 0 8px #dfdfdf;
    -o-box-shadow: 0 0 8px #dfdfdf;
    -moz-box-shadow: 0 0 8px #dfdfdf;
    -webkit-box-shadow: 0 0 8px #dfdfdf;
    display: none;
}
/* 搜索 */
.header-top .header-wrap {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.header-top .header-wrap .search-box {
    margin: 0 auto;
    width: 560px;
    position: relative;
    box-sizing: border-box;
}
.search-box .sy-logo {
    margin: 73px auto 30px;
    text-align: center;
}
.search-box .searchcon {
    float: left;
    width: 500px;
    height: 42px;
    border: 1px solid #d2d2d2;
    border-right: none;
    border-radius: 20px 0 0 20px;
    color: #939192;
    line-height: 42px;
    text-indent: 2em;
    outline: 0;
    box-sizing: border-box;
}
.search-box .searchan {
    float: left;
    width: 53px;
    height: 42px;
    padding: 0;
    border: 1px solid #d2d2d2;
    border-left: none;
    border-radius: 0 20px 20px 0;
    line-height: 42px;
    background: url(../images/icon_search_l.png) no-repeat center center #fff;
    background-size: 28px;
    font-weight: 700;
    font-size: 16px;
    outline: 0;
    box-sizing: border-box;
}


/* 头条 */
.tt-part {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
}
.tt-part .notice-box {
    height: 162px;
    position: relative;
    box-sizing: border-box;
}
#noticeSwiepr {
    position: relative;
    width: 100%;
    height: 100%;
}
#noticeSwiepr .swiper-slide > .title {
    padding: 10px 39px;
    padding-left: 50px;
    line-height: normal;
    font-size: 32px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#noticeSwiepr .swiper-slide > .title a {
    color: #2f61ac;
}
#noticeSwiepr .swiper-slide > .text {
    padding: 5px 39px;
    text-indent: 2em;
    line-height: 29px;
    color: #000;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* 按钮样式器 */
#noticeSwiepr > .swiper-button-next,
#noticeSwiepr > .swiper-button-prev {
    width: 30px;
    height: 30px;
    color: rgba(0, 0, 0, 0) !important;
}
#noticeSwiepr > .swiper-button-next {
    position: absolute;
    top: 85px;
    left: auto;
    right: 5px;
    background: url(../images/bottom_icon.png) center no-repeat;
    background-color: #fff;
}
#noticeSwiepr > .swiper-button-prev {
    position: absolute;
    top: 50px;
    left: auto;
    right: 5px;
    background: url(../images/top_icon.png) center no-repeat;
    background-color: #fff;
}


/* 轮播图 */
.lbt-part {
    margin: 5px auto 35px;
    width: 1230px;
    position: relative;
    box-sizing: border-box;
}
.lbt-part .lbt-wrap {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.lbt-part .lbt-wrap .swiper-box {
    width: 628px;
    height: 350px;
}
#firstSwiper {
    position: relative;
    width: 100%;
    height: 100%;
}
#firstSwiper .swiper-wrapper .swiper-slide {
    position: relative;
    text-align: center;
}
#firstSwiper .swiper-wrapper > .swiper-slide img {
    width: 100%;
    height: 350px;
}

/* 自定义底部分页器 */
#firstSwiper .swiper-pagination-bullets {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 8;
    left: auto;
    width: 20%;
    text-align: right;
    padding-right: 20px;
}
#firstSwiper .swiper-pagination-bullets > .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}
#firstSwiper .swiper-pagination-bullets > .swiper-pagination-bullet-active {
    width: 39px;
    border-radius: 39px;
    background-color: #fff;
}
/* 自定义底部content条框 */
#firstSwiper .swiper-slide > .pic-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background-color: rgb(0, 0, 0, 0.5);
}
#firstSwiper .swiper-slide > .pic-content > a {
    display: block;
    width: 430px;
    height: 40px;
    padding-left: 20px;
    color: #fff;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#firstSwiper .swiper-slide > .pic-content > a:hover {
    text-decoration: underline;
}
/* 自定义按钮 */
#firstSwiper > .swiper-button-next,
#firstSwiper > .swiper-button-prev {
    color: rgba(0, 0, 0, 0) !important;
}
#firstSwiper > .swiper-button-next {
    width: 30px;
    height: 60px;
    background: url(../images/swiper_next.jpg) center no-repeat;
}
#firstSwiper > .swiper-button-prev {
    width: 30px;
    height: 60px;
    background: url(../images/swiper_prev.jpg) center no-repeat;
}

/* tab */
.tab-box {
    position: relative;
    background-color: #fff;
}
.tab-box .tab-tit {
    height: 53px;
    border-bottom: 1px solid #e0e0e0;
}
.tab-box .tab-tit ul li {
    margin-right: 42px;
    height: 53px;
    line-height: 40px;
    position: relative;
    float: left;
}
.tab-box .tab-tit ul {
    float: left;
}
.tab-box .tab-tit ul::-webkit-scrollbar {
    display:none
}
.tab-box .tab-tit ul li a {
    display: block;
    line-height: 36px;
    color: #333;
    font-size: 22px;
    text-decoration: none;
}
.tab-box .tab-tit ul li.on a,
.tab-box .tab-tit ul li a:hover {
    color: #1658a0;
    font-weight: bold;
}
.tab-box .tab-tit ul li em {
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0;
    transition: .3s all;
    height: 3px;
    background-color: #1658a0;
}
.tab-box .tab-tit ul li.on em,
.tab-box .tab-tit ul li:hover em {
    width: 100%;
    left: 0;
}

.tab-con .tab-list-box ul {
    margin-top: 15px;
    height: auto;
    overflow: hidden;
}
.tab-con .tab-list-box ul li {
    margin-top: 0;
    padding-left: 15px;
    line-height: 48px;
    max-height: 97px;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.tab-con .tab-list-box ul li:before {
    content: " ";
    position: absolute;
    top: 22px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #9b9b9b;
}
.tab-con .tab-list-box ul li a {
    color: #333;
    text-decoration: none;
}
.tab-con .tab-list-box ul li .tjurl {
    color: #1658a0;
}
.tab-con .tab-list-box ul li .time {
    margin-left: 15px;
    color: #999;
    font-size: 16px;
    display: inline-block;
    float: right;
}
.tab-con .tab-list-box ul li:hover a {
    color: #1658a0;
}

/* 右侧列表 */
.right-list {
    width: 546px;
    position: relative;
    box-sizing: border-box; 
}
.news-box {
    width: 100%;  
}

/* 下侧新闻蓝 */
.yw-part {
    margin: 0 auto;
    width: 1230px;
    position: relative;
    box-sizing: border-box;
}
.yw-wrap {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.yw-box {
    width: 546px;
    position: relative;
    box-sizing: border-box;
}
#tabGwy {
    width: 600px;
}

/* 公益广告 */
.gygg-part {
    margin: 35px auto 45px;
    width: 1230px;
    position: relative;
    box-sizing: border-box;
}
.gygg-part .gygg-wrap {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.gygg-part .gygg-wrap .gygg-pic {
    display: inline-block;
    width: 595px;
    height: 115px;
}
.gygg-part .gygg-wrap a {
    vertical-align: middle;
    display: table-cell;
}
/* 政务 */
.zwhd-part {
    padding: 50px 0 0;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background-color: #f9f9f9;
}
.zwhd-part .zwhd-wrap {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 1230px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background: url(../images/zwhd_bg.png) bottom left no-repeat;
}
.zwhd-part .zwhd-wrap .zw-box {
    width: 660px;
    background-color: unset;
}
.zw-box .tab-tit .zw-qzqd {
    position: absolute;
    right: 25px;
    top: 5px;
}
/* 互动 */
.zwhd-part .zwhd-wrap .hd-box {
    width: 510px;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
}
.hd-box .hd-pic {
    padding: 18px 16px;
    position: relative;
    box-sizing: border-box;
}
.hd-box .hd-btns {
    height: 58px;
    border: 1px solid #e5e5e5;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hd-box .hd-btns .hd-item {
    margin: 5px 10px 0;
    height: 30px;
    position: relative;
    box-sizing: border-box;
}
.hd-box .hd-btns .hd-item a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.hd-box .hd-btns .hd-item .icon-xzxx {
    margin-top: -3px;
}

/* 办事服务 */
.bs-part {
    position: relative;
    box-sizing: border-box;
}
.bs-part .bs-wrap {
    position: relative;
    box-sizing: border-box;
}
.bs-part .bs-wrap .bs-box-title {
    width: 100%;
    background-color: #f9f9f9;
}
.bs-part .bs-wrap .bs-title {
    margin: 0 auto;
    width: 1230px;
    position: relative;
    box-sizing: border-box;
}
.bs-part .bs-wrap .bs-title ul {
    position: relative;
    box-sizing: border-box; 
    display: flex;
}
.bs-part .bs-wrap .bs-title ul li {
    width: 600px;
    height: 87px;
    line-height: 87px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
.bs-part .bs-wrap .bs-title ul li .bs-title-link {
    z-index: 2;
    position: relative;
}
.bs-part .bs-wrap .bs-title ul li .bs-title-link a {
    color: #1658a0;
    font-size: 25px;
    letter-spacing: 2px;
}
.bs-part .bs-wrap .bs-title ul li .tabs-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 626px;
    height: 87px;
    z-index: 1;
    display: none;
}
.bs-part .bs-wrap .bs-title ul li.active .bs-title-link a {
    color: #fff;
}
.bs-part .bs-wrap .bs-title ul li.active .tabs-hover {
    display: block;
}
.bs-part .bs-wrap .bs-content {
    margin: 0 auto;
    width: 1230px;
    position: relative;
    box-sizing: border-box;
}
.bs-part .bs-wrap .bs-content .tszq-box {
    padding: 40px 30px;
    min-height: 330px;
    background: -webkit-linear-gradient(#faf7f4, #fff);
    background: -o-linear-gradient(#faf7f4, #fff);
    background: -moz-linear-gradient(#faf7f4, #fff);
    background: linear-gradient(#faf7f4, #fff);
    position: relative;
    box-sizing: border-box;
}
.tszq-box .left-bs-pic {
    float: left;
}
.tszq-box .left-bs-pic .ywtycb {
    margin: 20px 25px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #efefef;
    position: relative;
    box-sizing: border-box;
}
.tszq-box .left-bs-pic .ywtycb a {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    box-sizing: border-box;
}

.tszq-box .right-list-icon {
    margin-top: 20px;
    margin-left: 20px;
    width: 680px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    float: right;
}
.tszq-box .right-list-icon .bs-icon-item {
    margin-bottom: 30px;
    min-width: 210px;
    max-width: 250px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
.tszq-box .right-list-icon .bs-icon-item a {
    color: #333;
    font-size: 18px;
    font-weight: 500;
}
.tszq-box .right-list-icon .bs-icon-item p {
    margin-top: 10px;
}
.tszq-box .right-list-icon .bs-icon-item:hover p {
    font-size: 20px;
}
/* 办事服务-tab */
.frhgr {
    position: relative;
    box-sizing: border-box;
}
/* 法人服务 */
.frhgr .fr-box {
    padding: 40px 0;
    width: 650px;
    position: relative;
    box-sizing: border-box;
    float: left;
}
.frhgr .fr-box .fr-list-item { 
    margin: 10px 0;
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.frhgr .fr-box .fr-list-item .fr-item {
    margin: 0 30px 0 0;
    width: 190px;
    height: 170px;
    line-height: 2.3em;
    font-size: 18px;
    text-align: center;
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
}
.fr-item .img-box-wrap {
    height: 105px;
    overflow: hidden;
}
.fr-item .img-box-wrap .img-normal {
    width: 100%;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.fr-item .img-box-wrap .img-hover{
    width: 100%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.fr-item .img-box-wrap img {
    width: 66px;
    padding: 25px 0 10px;
    float: none;
}
.fr-item .tit-box-wrap {
    margin-top: 5px;
    line-height: 26px;
    font-size: 18px;
}
.fr-item .tit-box-wrap a {
    color: #1658a0;
}
.frhgr .fr-box .fr-list-item .fr-item:hover  {
    background: #1658a0;
}
.fr-list-item .fr-item:hover .img-box-wrap .img-normal {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.fr-list-item .fr-item:hover .img-box-wrap .img-hover {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.fr-list-item .fr-item:hover .tit-box-wrap a {
    color: #fff;
    -webkit-transition: color 0.35s ease-in-out;
    -moz-transition: color 0.35s ease-in-out;
    transition: color 0.35s ease-in-out;
}
/* 个人服务 */
.frhgr .gr-box {
    padding: 40px;
    width: 500px;
    position: relative;
    box-sizing: border-box;
    float: right;
}
.frhgr .gr-box .gr-list-item {
    position: relative;
    box-sizing: border-box;
}
.frhgr .gr-box .gr-list-item .gr-item {
    margin: 10px 0;
    padding: 15px 20px;
    padding-left: 38px;
    width: 440px;
    height: 50px;
    background-color: #fafafa;
    position: relative;
    box-sizing: border-box;
}
.frhgr .gr-box .gr-list-item .gr-item a {
    color: #333;
    font-size: 16px;
}
.frhgr .gr-box .gr-list-item .gr-item:before {
    content: ' ';
    position: absolute;
    top: 17px;
    left: 20px;
    width: 3px;
    height: 20px;
    background: -webkit-linear-gradient(#1658a0, #2f61ac);
    background: -o-linear-gradient(#1658a0, #2f61ac);
    background: -moz-linear-gradient(#1658a0, #2f61ac);
    background: linear-gradient(#1658a0, #2f61ac);
}
.frhgr .gr-box .gr-list-item .gr-item:hover a {
    color: #2f61ac;
    font-size: 16px;
}
/* 标题 */
.fr-box .fr-title,
.gr-box .gr-title {
    margin-bottom: 20px;
    padding: 0 5px;
    height: 43px;
    line-height: 32px;
    position: relative;
    float: left;
}
.fr-box .fr-title a,
.gr-box .gr-title a {
    display: block;
    line-height: 36px;
    color: #1658a0;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}
.fr-box .fr-title em,
.gr-box .gr-title em {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: .3s all;
    height: 3px;
    background-color: #1658a0;
}

/* 办事服务 */
.fw-part {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.fw-part .fw-wrap {
    margin: 0 auto;
    width: 1230px;
    position: relative;
    box-sizing: border-box;
}
.fw-part .fw-wrap .fw-list {
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.fw-part .fw-wrap .fw-list .fw-item-tabs {
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.fw-part .fw-wrap .fw-list .fw-item {
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.fw-item .fw-content {
    margin-top: 6px;
    padding-left: 10px;
    width: 707px;
    height: 257px;
    position: relative;
    box-sizing: border-box;
    background: url(../images/title_fw_bg.png) no-repeat;
    display: none;
}
.fw-item .fw-content h5 {
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 8px;
    width: 88px;
    height: 35px;
    line-height: 35px;
    color: #1658a0;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0px;
}
.fw-item .fw-content .newsList {
    padding: 0 25px 0 15px;
}
.fw-item .fw-content .newsList li {
    margin: 10px 10px 0;
    width: 196px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    text-align: center;
    background-color: #f5f5f5;
    overflow: hidden;
    display: inline-block;
}
.fw-item .fw-content .newsList li a {
    color: #333;
}
.fw-item .fw-content .newsList li:hover a {
    font-size: 18px;
}
.fw-item.on .fw-content {
    display: block !important;
}
/* 专题专栏 */
.pican {
    margin: 30px auto 0;
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
}
.pican .pican-title {
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0 5px;
    width: 100px;
    height: 43px;
    line-height: 32px;
    position: relative;
    box-sizing: border-box;
}
.pican .pican-title a {
    display: block;
    line-height: 36px;
    color: #1658a0;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}
.pican .pican-title em {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: .3s all;
    height: 3px;
    background-color: #1658a0;
}
.pican .pican-swiper-box {
    margin: 0 auto;
    padding: 20px 0 0;
    width: 1230px;
    position: relative;
    box-sizing: border-box;
}
/* 自定义按钮 */
#picanSwiper> .swiper-button-next,
#picanSwiper> .swiper-button-prev {
    color: rgba(0, 0, 0, 0) !important;
}
#picanSwiper> .swiper-button-next {
    width: 60px;
    height: 60px;
    background: url(../images/swiper_next.jpg) center no-repeat;
}
#picanSwiper> .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: url(../images/swiper_prev.jpg) center no-repeat;
}
#picanSwiper> .swiper-button-prev,
#picanSwiper> .swiper-button-next {
    top: 46px;
}
#picanSwiper> .swiper-button-prev {
    left: 0;
}
#picanSwiper> .swiper-button-next {
    right: 0;
}
#picanSwiper .swiper-slide .pic {
    text-align: center;
}
#picanSwiper .swiper-slide .pic img {
    width: 100%;
}
.pican-swiper-box .swiper-pagination-bullets {
    margin: 20px 0;
    position: unset;
}
.pican-swiper-box .swiper-pagination-bullets > .swiper-pagination-bullet {
    margin: 0 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 1;
    background-color: #d9d9d9;
}
.pican-swiper-box .swiper-pagination-bullets > .swiper-pagination-bullet-active {
    width: 39px;
    border-radius: 39px;
    background-color: #2f61ac;
}